home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C++
/
Applications
/
PICSee Dust 1.01
/
Quaternary Source
/
InitToolbox.h
< prev
next >
Wrap
Text File
|
1995-10-22
|
166b
|
16 lines
#ifndef INITTOOLBOX_H__
#define INITTOOLBOX_H__
#ifdef __cplusplus
extern "C" {
#endif
void InitToolbox();
#ifdef __cplusplus
}
#endif
#endif // INITTOOLBOX_H__